home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / lib / gcc-lib / ppc-amigaos / 2.95.1 / sys-include / powerup / lvo / timer_lvo.h < prev    next >
C/C++ Source or Header  |  2000-03-13  |  253b  |  17 lines

  1. #ifndef _LVO_TIMER_LIB_H
  2. #define _LVO_TIMER_LIB_H
  3.  
  4. /*
  5.  *  $VER: timer_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_AddTime    (-0x2A)
  11. #define    LVO_SubTime    (-0x30)
  12. #define    LVO_CmpTime    (-0x36)
  13. #define    LVO_ReadEClock    (-0x3C)
  14. #define    LVO_GetSysTime    (-0x42)
  15.  
  16. #endif
  17.